Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: independent language server for SCSS, Sass indented and CSS #237

Merged
merged 23 commits into from
Sep 28, 2024

Conversation

wkillerud
Copy link
Owner

@wkillerud wkillerud commented Sep 22, 2024

Fixes #236

TODO

  • Use enabled-settings in the server to turn on/off calls to language-services (there are internal dependencies between methods there, for instance links, so it needs to be handled close to the edge).
  • Regression test with out-of-the-box experience in VS Code.
  • Test the recommended all in approach in VS Code.
  • Smoketest in Helix.
  • Smoketest in Sublime.
  • Release notes, migration instructions for settings.
  • Squash, mark as breaking change, :shipit:

@wkillerud wkillerud marked this pull request as ready for review September 26, 2024 17:36
docs/src/language-server/configure-a-client.md Outdated Show resolved Hide resolved
docs/src/user-guide/settings.md Outdated Show resolved Hide resolved
packages/language-server/src/server.ts Outdated Show resolved Hide resolved
packages/language-server/src/server.ts Outdated Show resolved Hide resolved
packages/language-server/src/server.ts Outdated Show resolved Hide resolved
packages/language-services/src/features/do-complete.ts Outdated Show resolved Hide resolved
packages/language-services/src/features/find-symbols.ts Outdated Show resolved Hide resolved
packages/language-services/src/language-services.ts Outdated Show resolved Hide resolved
vscode-extension/package.json Outdated Show resolved Hide resolved
vscode-extension/src/client.ts Outdated Show resolved Hide resolved
@wkillerud wkillerud merged commit f696981 into main Sep 28, 2024
2 checks passed
@wkillerud wkillerud deleted the standalone branch September 28, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Let some-sass-language-server handle all features for CSS and SCSS
1 participant